home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1573 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. From: George Simunovich <george@prism.nmt.edu>
  2. Date: Mon, 27 Jun 1994 18:58:27 -0600
  3. Message-Id: <199406280058.SAA16027@scarlet.nmt.edu>
  4. To: mint@atari.archive.umich.edu
  5. Subject: MiNT problems...
  6.  
  7.  
  8. Hello all,
  9.  
  10. I was having a lot of the same problems that people seem to be having.
  11. My problems were that some of the GNU utilities quit working after
  12. patching MiNT 1.10 to h1 and later.  I found the problem was GNU C's
  13. builtin alloca routine.  It seems that alloca was not requesting memory
  14. from the OS but getting the memory from the program's (stack or heap not
  15. real sure).
  16.  
  17. After looking it seems that the symbol _stksize is set to 0 by default (
  18. minimum memory).  After increasing this to 20K or more for all my programs
  19. the problem disappeared.  So it seems that the patched MiNT changes
  20. something for memory allocatment for a process.  Someone who knows want
  21. to confirm this?  To me this is a MiNT bug as programs that once ran OK
  22. no longer run.  I haven't looked into the patches or MiNT so I'm not sure
  23. if this could be the answer to these other problems, but couldn't hurt to
  24. try.
  25.  
  26. Hope this helps,
  27.  
  28. George
  29. george@nmt.edu
  30.